home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / quickfatal.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.1 KB  |  34 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-94]
  2. [C;6;B]        QUICKFATAL or QF
  3. [J;1;N]
  4.   lk always stops on a fatal error. It has a few number of \
  5. fatal errors which remains (like "Out of Memory",) Most \
  6. of the errors are just overridden by changing some data \
  7. in a convenient way.
  8.  
  9.   lk is composed of four general levels:
  10.  
  11.      1. command line parse
  12.      2. builder
  13.      3. cheker
  14.      4. saver
  15.     (5. external reference file creator)
  16.  
  17. each level stops lk when an error occurs during its \
  18. process. Note that is the way I used at start to \
  19. develop lk. To restore that state use QUICKFATAL. \
  20. Otherwise lk processes the most of the things it \
  21. can before to stop.
  22.  
  23. Note: when a source file is not founded, lk will continue \
  24. and you should have a lot of missing references appearing. \
  25. This is the reason I though it could be cool to keep QUICKFATAL.
  26.  
  27.   If you find a fatal error which, you think, should not \
  28. be endless, let me know. Or eventually an error which \
  29. should become a warning or vice versa.
  30.  
  31.   See also:
  32. [L;3][LINK warundef]            WARUNDEF
  33. [L;5; LINK about; GOTO address]        Become Registred
  34.